home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / zapcode.zip / TSHP351C.PMF < prev    next >
Text File  |  1993-01-01  |  9KB  |  306 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the Toshiba P351C Color Printer. ;
  4. ;                                       ;
  5. ;  (C) Copyright 1990 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "Toshiba P351C Color Printer"
  10. RESET    =  27,26,73
  11.  
  12. NAME     =  "Bell"
  13.   DESC   =  "Sound the printer bell."
  14.   CODES  =  7
  15.  
  16. NAME     =  "Line Feed"
  17.   DESC   =  "Advance paper to the next line."
  18.   CODES  =  10
  19.  
  20. NAME     =  "Half Line Feed"
  21.   DESC   =  "Advance paper by a half of a line."
  22.   CODES  =  27,85
  23.  
  24. NAME     =  "Negative Line Feed"
  25.   DESC   =  "Reverse paper by one line. The"
  26.             "paper will not advance beyond the"
  27.             "top of form position."
  28.   CODES  =  27,10
  29.  
  30. NAME     =  "Negative Half Line Feed"
  31.   DESC   =  "Reverse paper by one half of a"
  32.             "line. The paper will not advance"
  33.             "beyond the top of form position."
  34.   CODES  =  27,68
  35.  
  36. NAME     =  "Form Feed"
  37.   DESC   =  "Advance paper to the top of the"
  38.             "next page."
  39.   CODES  =  12
  40.  
  41. NAME     =  "Select Toshiba Emulation"
  42.   DESC   =  "Activate Toshiba (Qume SPRINT)"
  43.             "emulation mode."
  44.   CODES  =  27,95,0,0
  45.  
  46. NAME     =  "Select IBM Emulation"
  47.   DESC   =  "Activate IBM emulation mode."
  48.   CODES  =  27,95,1
  49.  
  50. NAME     =  "Select Type Font"
  51.   DESC   =  "Select current type font."
  52.   CODES  =  27,42,0
  53.             "Enter one of the following:"
  54.             " "
  55.             """1"" for letter quality resident"
  56.             "    font (Prestige Elite)."
  57.             """2"" for letter quality resident"
  58.             "    font (Courier)."
  59.             """3"" for letter quality resident"
  60.             "    font for proportional spacing"
  61.             "    (Courier)."
  62.             """4"" for letter quality downloaded"
  63.             "    font 1."
  64.             """5"" for letter quality downloaded"
  65.             "    font 2."
  66.             """6"" for letter quality cartridge"
  67.             "    font 1."
  68.             """7"" for letter quality cartridge"
  69.             "    font 2."
  70.             " "
  71.             "All of the above values are to be"
  72.             "entered as ascii digits."
  73.             " "
  74.             "Example: Entering ""1"" (quotation"
  75.             "marks included) sets the Prestige"
  76.             "Elite font."
  77.             0
  78.  
  79. NAME     =  "Select Bin"
  80.   DESC   =  "Select either the first or second"
  81.             "bin on a dual bin sheet feeder."
  82.   CODES  =  27,47,0
  83.             "Enter one of the following:"
  84.             " "
  85.             """0"" for bin number 1."
  86.             """1"" for bin number 2."
  87.             " "
  88.             "The above values are to be entered"
  89.             "as ascii digits."
  90.             " "
  91.             "Example: Entering ""1"" (quotation"
  92.             "marks included) selects bin 2."
  93.             0
  94.  
  95. NAME     =  "Set Top Margin"
  96.   DESC   =  "Set the top margin at the current"
  97.             "line."
  98.   CODES  =  27,43
  99.  
  100. NAME     =  "Set Bottom Margin"
  101.   DESC   =  "Set the bottom margin at the"
  102.             "current line."
  103.   CODES  =  27,45
  104.  
  105. NAME     =  "Set Left Margin"
  106.   DESC   =  "Set left margin at the current"
  107.             "printing position."
  108.   CODES  =  27,57
  109.  
  110. NAME     =  "Set Right Margin"
  111.   DESC   =  "Set right margin at the current"
  112.             "printing position."
  113.   CODES  =  27,48
  114.  
  115. NAME     =  "Right Margin Control ON"
  116.   DESC   =  "Activate right margin control."
  117.             "A carriage return is substituted"
  118.             "for a space if the space occurs"
  119.             "within five characters prior to the"
  120.             "right margin."
  121.   CODES  =  27,79
  122.  
  123. NAME     =  "Right Margin Control OFF"
  124.   DESC   =  "Deactivate right margin control."
  125.   CODES  =  27,89
  126.  
  127. NAME     =  "Start Backward Print"
  128.   DESC   =  "Initiate backward printing."
  129.   CODES  =  27,54
  130.  
  131. NAME     =  "Start Forward Print"
  132.   DESC   =  "Terminate backward printing."
  133.   CODES  =  27,53
  134.  
  135. NAME     =  "Automatic LF ON"
  136.   DESC   =  "Activate auto line feed mode. Each"
  137.             "time a carriage return is received,"
  138.             "a line feed operation is performed."
  139.   CODES  =  27,44
  140.  
  141. NAME     =  "Automatic LF OFF"
  142.   DESC   =  "Deactivate auto line feed mode."
  143.   CODES  =  27,46
  144.  
  145. NAME     =  "Automatic CR/LF ON"
  146.   DESC   =  "Activate auto carriage return/line"
  147.             "feed mode. The printer automatic-"
  148.             "ally performs a carriage return and"
  149.             "line feed each time the print"
  150.             "position reaches the right margin."
  151.   CODES  =  27,87
  152.  
  153. NAME     =  "Automatic CR/LF OFF"
  154.   DESC   =  "Deactivate auto carriage return/"
  155.             "line feed mode."
  156.   CODES  =  27,90
  157.  
  158. NAME     =  "Proportional Spacing ON"
  159.   DESC   =  "Activate proportional spacing."
  160.             "Spacing between letters is adjusted"
  161.             "to compensate for the varying"
  162.             "widths of individual characters."
  163.   CODES  =  27,36
  164.  
  165. NAME     =  "Proportional Spacing OFF"
  166.   DESC   =  "Deactivate proportional spacing."
  167.   CODES  =  27,37
  168.  
  169. NAME     =  "Print Unidirectional"
  170.   DESC   =  "Print from left to right only."
  171.   CODES  =  27,62
  172.  
  173. NAME     =  "Print Bidirectional"
  174.   DESC   =  "Print from both left to right and"
  175.             "right to left."
  176.   CODES  =  27,60
  177.  
  178. NAME     =  "Expanded Character ON"
  179.   DESC   =  "Activate expanded character"
  180.             "printing. Characters are printed"
  181.             "twice their normal size."
  182.   CODES  =  27,33
  183.  
  184. NAME     =  "Expanded Character OFF"
  185.   DESC   =  "Deactivate expanded character"
  186.             "printing. Characters are printed"
  187.             "their normal size."
  188.   CODES  =  27,34
  189.  
  190. NAME     =  "Italics ON"
  191.   DESC   =  "Activate italics print. Characters"
  192.             "are slanted to the right."
  193.   CODES  =  27,18
  194.  
  195. NAME     =  "Italics OFF"
  196.   DESC   =  "Deactivate italics print."
  197.   CODES  =  27,20
  198.  
  199. NAME     =  "Underline ON"
  200.   DESC   =  "Activate underline print. All"
  201.             "characters, excluding embedded"
  202.             "spaces, are underscored."
  203.   CODES  =  27,73
  204.  
  205. NAME     =  "Underline OFF"
  206.   DESC   =  "Deactivate underline print."
  207.   CODES  =  27,74
  208.  
  209. NAME     =  "Bold Overprint ON"
  210.   DESC   =  "Activate bold overprint mode."
  211.             "Characters are overprinted from"
  212.             "one to four times."
  213.   CODES  =  27,75,0
  214.             "Enter number of times to overprint"
  215.             "characters."
  216.             " "
  217.             "Range: ""1"" to ""4"" ascii."
  218.             " "
  219.             "Example: Entering ""2"" (quotation"
  220.             "marks included) causes characters"
  221.             "to be overprinted twice."
  222.             0
  223.  
  224. NAME     =  "Bold Overprint OFF"
  225.   DESC   =  "Deactivate bold overprint mode."
  226.   CODES  =  27,77
  227.  
  228. NAME     =  "Shadow Print ON"
  229.   DESC   =  "Activate shadow print. Characters"
  230.             "are printed twice. The second time,"
  231.             "character is offset 1/180 of an"
  232.             "inch horizontally."
  233.   CODES  =  27,81
  234.  
  235. NAME     =  "Shadow Print OFF"
  236.   DESC   =  "Deactivate shadow print."
  237.   CODES  =  27,82
  238.  
  239. NAME     =  "Condensed ON"
  240.   DESC   =  "Activate condensed mode. This mode"
  241.             "horizontally condenses the high"
  242.             "speed font from 1/120"" to 1/200""."
  243.             "It also condenses the height of"
  244.             "each character."
  245.   CODES  =  27,91
  246.  
  247. NAME     =  "Condensed OFF"
  248.   DESC   =  "Deactivate condensed mode."
  249.   CODES  =  27,93
  250.  
  251. NAME     =  "1/60"" Graphics ON"
  252.   DESC   =  "Activate 1/60"" graphics mode."
  253.   CODES  =  27,51
  254.  
  255. NAME     =  "1/60"" Graphics OFF"
  256.   DESC   =  "Deactivate 1/60"" graphics mode."
  257.   CODES  =  27,52
  258.  
  259. NAME     =  "1/120"" Graphics ON"
  260.   DESC   =  "Activate 1/120"" graphics mode."
  261.   CODES  =  27,71
  262.  
  263. NAME     =  "1/120"" Graphics OFF"
  264.   DESC   =  "Deactivate 1/120"" graphics mode."
  265.   CODES  =  27,52
  266.  
  267. NAME     =  "Coded Graphics ON"
  268.   DESC   =  "Activate the coded graphics"
  269.             "character set."
  270.   CODES  =  27,61
  271.  
  272. NAME     =  "Coded Graphics OFF"
  273.   DESC   =  "Deactivate the coded graphics"
  274.             "character set."
  275.   CODES  =  27,63
  276.  
  277. NAME     =  "Select Ribbon Band 1 (Yellow)"
  278.   DESC   =  "Initiates printing on the first"
  279.             "ribbon band (yellow)."
  280.   CODES  =  27,121
  281.  
  282. NAME     =  "Select Ribbon Band 2 (Magenta)"
  283.   DESC   =  "Initiates printing on the second"
  284.             "ribbon band (magenta)."
  285.   CODES  =  27,109
  286.  
  287. NAME     =  "Select Ribbon Band 3 (Cyan)"
  288.   DESC   =  "Initiates printing on the third"
  289.             "ribbon band (cyan)."
  290.   CODES  =  27,99
  291.  
  292. NAME     =  "Select Ribbon Band 4 (Black)"
  293.   DESC   =  "Initiates printing on the fourth"
  294.             "ribbon band (black)."
  295.   CODES  =  27,98
  296.  
  297. NAME     =  "Select Automatic Ribbon Band Shift"
  298.   DESC   =  "This command causes the ribbon to"
  299.             "shift one color band at the end"
  300.             "of each page. To deactivate, use"
  301.             "one of the ""Select Ribbon"""
  302.             "commands."
  303.   CODES  =  27,102
  304.  
  305.  
  306.